type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryBitsToBitsScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L134: 			return scanPlanBinaryBitsToBitsScanner{}
		bits.go#L162: type scanPlanBinaryBitsToBitsScanner struct{}
		bits.go#L164: func (scanPlanBinaryBitsToBitsScanner) Scan(src []byte, dst any) error {